# -*- mode: snippet -*-
# name: Unity Awake
# key: awa
# --

void Awake()
{
    $0
}